home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / mar95 / o'co102.gif < prev    next >
Graphics Interchange Format  |  1996-07-02  |  23KB  |  360x379  |  4-bit (16 colors)
Labels: text | screenshot | number | font | parallel
OCR: Constant Value Description ME_STRING 0000 The menu item has a string label [the default) MF_UNCHECKED 0000 The menu item is unchecked [the default) KP_CHECKED 0008 The menu item is checked MF_BYPOSITION 1024 Identifies the menu item by its location In a menu HF_ENABLED 0000 The menu item is enabled (the default) HP_GRAYED 0001 The menu item is grayed MF_DISABLED 0002 The menu item is disabled HF_MENUBARBREAK 0032 Specifies a menu bar break (like the ObjectPAL addBar method) HT _MENUBREAK 0064 Specifies a menu break (like the ObjectPAL addBreak method) MF_SEPARATOR 2048 Specifies the menu item as a separator MF_POPUP 0016 Specifies that the menu points to a pop-up menu Figure 2: Constants used with the wFlags parameter.